home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / TIMELINE.DIR / 00011_Script_INITIALIZE TIMELINE < prev    next >
Text File  |  1996-03-31  |  879b  |  30 lines

  1. -- -----------------------------------------------------------
  2. -- Handler initializeTimeline should be the script of the first
  3. -- frame of the timeLine movie.
  4.  
  5.  
  6. on initializeTimeline
  7.   
  8.   global forwardTimeArrow, backTimeArrow, fingerCursor
  9.   set forwardTimeArrow = 8
  10.   set backTimeArrow = 7
  11.   set the cursor of sprite forwardTimeArrow = fingerCursor
  12.   set the cursor of sprite backTimeArrow = fingerCursor
  13.   
  14.   initScrollBar
  15. --  newScreen -- setThumb Pos
  16.   
  17.   --  global TLbutton, numTLButtons
  18.   --  set TLbutton = 20
  19.   --  set numTLButtons = 73
  20.   --  set the cursor of sprite TLbutton = fingerCursor
  21.   --  
  22.   --  preLoadCast the number of cast "time 1", the number of cast ("time" && numTLButtons)
  23.   --  
  24.   --  setOverlayTimePeriodCursors
  25.   --  global currentTimePeriod, timeLineMenu
  26.   --  set currentTimePeriod = 7
  27.   --  set timeLineMenu = 8
  28. end
  29.  
  30.